h3 {
  margin: 0;
}

a {
  text-decoration: none;
}

/* 广告位 */
.carousel-item {
  height: 100%;
  position: relative;
  background: #fafdff;
  overflow: hidden;
}

.consult {
  width: 160px;
  height: 48px;
  background: #1f70ff;
  border-radius: 8px;
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 48px;
  margin-top: 20px;
  cursor: pointer;
}
.consult a {
  color: #ffffff;
}
.app-title {
  display: none;
}

/* 服务案例 */
.home-tab-content {
  display: none;
}

.home-tab-content.active {
  display: block;
}

.content-main {
  display: flex;
  position: relative;
}

.tabs {
  display: flex;
  flex-direction: column;
}

.tab-link {
  padding: 10px 10px;
  margin: 0px 106px 38px 0;
  text-align: left;
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #626364;
  line-height: 33px;
  height: 50px;
  background: none;
  border: none;
  display: block;
  white-space: nowrap;
  position: relative;
  box-sizing: border-box;
}

.tab-link-active {
  font-weight: 500;
  color: #1974ff;
  position: relative;
}

.tab-link-active::after {
  width: 108px;
  content: "";
  position: absolute;
  left: 10px;
  bottom: -8px;
  height: 5px;
  background: #1974ff;
}

.cooperation-company-box {
  width: 1440px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 1px;
  background: #e0e0e0;
  padding: 1px;
  box-sizing: border-box;
}

.cooperation-company-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 6px 0;
}

.cooperation-company-item img {
  width: 80%;
  height: auto;
}

@media screen and (max-width: 1300px) {
  /* 广告位 */
  .carousel-item {
    background: #edf2ff;
  }
  .content-main {
    width: 100vw;
    overflow: hidden;
    flex-direction: column;
  }

  .tabs {
    display: flex;
    flex-direction: row;
    margin-bottom: 23px;
    border-bottom: 1px solid #e7e7e7;
    overflow-x: scroll;
    padding-bottom: 7px;
    -ms-overflow-style: none;
    /* IE 和 Edge */
    scrollbar-width: none;
  }

  /* Firefox */
  .tabs::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
  }

  .tab-link {
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-right: 24px;
    height: max-content;
    line-height: 18px;
  }

  .tab-link-active::after {
    width: 100%;
    content: "";
    position: absolute;
    left: 0px;
    bottom: -7px;
    height: 1px;
    background: #1974ff;
  }

  .consult {
    width: 120px;
    height: 36px;
    background: #1f70ff;
    border-radius: 33px;
    margin-top: 20px;
    margin-left: 0;
    line-height: 36px;
    font-size: 15px;
  }

  .cooperation-company-box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1px;
    background: #e0e0e0;
    padding: 1px;
    box-sizing: border-box;
  }
  .pushpin {
    display: none;
  }
}
@media (max-width: 400px) {
  .consult {
    margin-top: 10px;
  }
}
